home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / programs / author / versions / testd4.dir / 00003_Script_3 < prev    next >
Text File  |  1996-08-09  |  732b  |  18 lines

  1. on exitFrame
  2.   put quickTimeVersion() into field "mQuickTimeVersion"
  3.   put win32quickTimeVersion() into field "mWin32QuickTimeVersion"
  4.   put windowsDirectory()into field "mWindowsDirectory"
  5.   put win32WindowsDirectory() into field "mWin32WindowsDirectory"
  6.   put systemDirectory() into field "mSystemDirectory"
  7.   put win32systemDirectory() into field "mWin32SystemDirectory"
  8.   put dosVersion() into field "mDOSVersion"
  9.   put windowsVersion() into field "mWindowsVersion"
  10.   put win32version() into field "mWin32Version"
  11.   put win32platform() into field "mWin32Platform"
  12.   put win32build() into field "mWin32Build"
  13.   put winNTVersion() into field "mWinNTVersion"
  14.   cursor 0
  15.   updateStage
  16.   cursor -1
  17.   updateStage
  18.  end